Skip to content

chore: 슬랙 알림 전송 (#13)#14

Merged
hisonghy merged 1 commit intodevelopfrom
chore/13
Jun 26, 2025
Merged

chore: 슬랙 알림 전송 (#13)#14
hisonghy merged 1 commit intodevelopfrom
chore/13

Conversation

@hisonghy
Copy link
Contributor

@hisonghy hisonghy commented Jun 25, 2025

📌 작업 내용 및 특이사항

✅ 슬랙 알림 전송

  • develop pull request이벤트 발생 -> PR 이벤트 알림 전송 스크립트 구성했습니다.
    : 새로운 PR 열릴 경우, PR 리뷰 후 수정사항을 반영할 경우 모두 동작합니다.

  • develop push 이벤트(build-deploy) 에서 워크플로우 성공 -> 배포 완료 알림 전송 스크립트 구성했습니다.
    : 실패할 경우에는 알림이 발송되지 않습니다. -> 너무 많은 알림을 방지하기 위해서

  • PR 리뷰 이벤트(approved, changed-request, commented) 발생 -> 리뷰 알림 전송 워크플로우 구성했습니다. (notify_pull_request_review.yml)
    : pull-request-review-comment 이벤트는 적용되지 않습니다. -> 너무 많은 알림을 방지하기 위해서

  • PR 이벤트와 PR 리뷰 이벤트 중 approved, changed-request 이벤트 발생 시, 사용자 그룹 멘션되도록 구성했습니다.
    : @백엔드


🌱 관련 이슈


🔍 참고사항(선택)


📚 기타(선택)

 슬랙 알림 예시

[새로운 PR 생성, 병합되기 전 PR 수정 시]
스크린샷 2025-06-26 오전 12 51 18

[PR 승인]
스크린샷 2025-06-26 오전 12 51 57

[PR 변경 요청]
스크린샷 2025-06-26 오전 12 51 46

[PR 리뷰 코맨트]
스크린샷 2025-06-26 오전 12 51 33

[빌드 & 배포 완료]
스크린샷 2025-06-26 오전 12 52 43

@hisonghy hisonghy requested a review from chaiminwoo0223 June 25, 2025 16:25
@hisonghy hisonghy self-assigned this Jun 25, 2025
@hisonghy hisonghy added the ⚙️chore 세팅 관련 label Jun 25, 2025
@hisonghy hisonghy changed the title chore: 슬랙 알림 전송 세팅(#13) chore: 슬랙 알림 전송 구성(#13) Jun 25, 2025
@hisonghy hisonghy changed the title chore: 슬랙 알림 전송 구성(#13) chore: 슬랙 알림 전송 (#13) Jun 25, 2025
* chore: develop pull request -> 슬랙으로 PR 이벤트 알림 전송
* chore: develop build deploy -> 슬랙으로 빌드, 배포 완료 알림 전송
* chore: pull request 리뷰 이벤트 워크플로우 구성, 슬랙으로 PR 리뷰 알림 전송
Copy link
Contributor

@chaiminwoo0223 chaiminwoo0223 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다. 슬랙 알림 전송을 통해 보다 더 빠른 피드백이 가능해질 것 같아요.

@chaiminwoo0223
Copy link
Contributor

머지 부탁드립니다.

@hisonghy hisonghy merged commit 6d245e8 into develop Jun 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️chore 세팅 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚙️[CHORE]: 슬랙 알림 연동 작업

2 participants